net/http.connLRU.len (method)

2 uses

	net/http (current package)
		transport.go#L998: 	if t.MaxIdleConns != 0 && t.idleLRU.len() > t.MaxIdleConns {
		transport.go#L2940: func (cl *connLRU) len() int {